-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Show missing nutrients in Nutri-Score panel #10655
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
📖 Knowledge Panels
https://wiki.openfoodfacts.org/Knowledge_panels
Template::Toolkit
The templating toolkit used by product opener. The starting point for HTML/JS/CSS fixes.
Display
🌐 Translations
labels
Aug 7, 2024
github-actions
bot
added
API
Issues related to the Open Food Facts API. More specific labels exist & should be used (API WRITE…)
🧪 tests
🧪 integration tests
labels
Aug 7, 2024
Quality Gate passedIssues Measures |
4nt0ineB
approved these changes
Aug 13, 2024
stephanegigandet
pushed a commit
that referenced
this pull request
Aug 13, 2024
🤖 I have created a release *beep* *boop* --- ## [2.41.0](v2.40.0...v2.41.0) (2024-08-13) ### Features * generate historical events from product revisions ([#10523](#10523)) ([42508e1](42508e1)) * sync number of product public/pro in CRM ([#10684](#10684)) ([026ff6a](026ff6a)) ### Bug Fixes * 3 fixes to make /products/[code1],[code2] work again ([#10669](#10669)) ([7fc07fc](7fc07fc)) * Automatically unselect images when source image is deleted ([#10692](#10692)) ([588897a](588897a)) * **docs:** correct OpenAPI definition by fixing missing reference ([#10659](#10659)) ([4f0f10e](4f0f10e)) * gen_users_emails.pl ([#10686](#10686)) ([00e4c26](00e4c26)) * Show missing nutrients in Nutri-Score panel ([#10655](#10655)) ([a1b11eb](a1b11eb)) * UTM mobile ([#10665](#10665)) ([965041d](965041d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API
Issues related to the Open Food Facts API. More specific labels exist & should be used (API WRITE…)
Display
🧪 integration tests
📖 Knowledge Panels
https://wiki.openfoodfacts.org/Knowledge_panels
🚦 Nutri-Score
⭐ top pull request
Top pull request.
Template::Toolkit
The templating toolkit used by product opener. The starting point for HTML/JS/CSS fixes.
🧪 tests
🌐 Translations
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Nutri-Score panel currently says if nutrition data is missing, but not which exact nutrients are missing:
This PR lists the missing nutrients:
Fixes #7609